SingleMINumericSingleMLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleM INumeric<SingleM>.LogicalOr(
SingleM value
)
Private Function LogicalOr (
value As SingleM
) As SingleM Implements INumeric(Of SingleM).LogicalOr
private:
virtual SingleM LogicalOr(
SingleM value
) sealed = INumeric<SingleM>::LogicalOr
private abstract LogicalOr :
value : SingleM -> SingleM
private override LogicalOr :
value : SingleM -> SingleM
- value SingleM
- The value with which to compute the logical bitwise OR.
SingleMThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)